home *** CD-ROM | disk | FTP | other *** search
/ Sacred & Secular / Sacred and Secular.iso / pc / movies / shared.dir / 04856_Script__icon returnicon return.ls < prev    next >
Text File  |  1996-04-03  |  347b  |  11 lines

  1. global globeicon,icon,visicon,timeicon, comingFrom
  2. on mouseDown
  3.   if the doubleclick then
  4.     dontpassevent
  5.   else
  6.  --   if icon = globeicon then turnoffmenu(comingFrom,1,0)
  7.     if icon = globeicon then turnoffmenu("global",1,0)
  8.     else if icon = visicon then turnoffmenu("visual1",1,0)
  9.     else turnoffmenu("timeline",1,0)
  10.   end if
  11. end